home *** CD-ROM | disk | FTP | other *** search
/ Spiceworld The Movie - Interactive CD-ROM / Spiceworld The Movie: Interactive CD-ROM.iso / pc / elements / spicetwo.dir / scripts_10_namepieces•.ls < prev    next >
Encoding:
Text File  |  1997-12-04  |  285 b   |  9 lines

  1. on mouseUp
  2.   set hiddenSpriteNo to 15
  3.   set lastSpriteNo to 23
  4.   repeat with spriteNo = hiddenSpriteNo to lastSpriteNo
  5.     set newName to the locH of sprite spriteNo && the locV of sprite spriteNo
  6.     set the name of member the memberNum of sprite spriteNo to newName
  7.   end repeat
  8. end
  9.